QuickOPC User's Guide and Reference
DAItemValueArguments<TValue> Constructor(ServerDescriptor,DAItemDescriptor,TValue)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > DAItemValueArguments<TValue> Class > DAItemValueArguments<TValue> Constructor : DAItemValueArguments<TValue> Constructor(ServerDescriptor,DAItemDescriptor,TValue)
The OPC server involved in the operation.
The OPC item involved in the operation.
The value to be written.
Initializes a new instance of the class. Initializes a new instance of the class, with the specified OPC server and item descriptors, data value, and a user-defined state object.
Syntax
'Declaration
 
Public Function New( _
   ByVal serverDescriptor As ServerDescriptor, _
   ByVal itemDescriptor As DAItemDescriptor, _
   ByVal value As TValue _
)
'Usage
 
Dim serverDescriptor As ServerDescriptor
Dim itemDescriptor As DAItemDescriptor
Dim value As TValue
 
Dim instance As New DAItemValueArguments(Of TValue)(serverDescriptor, itemDescriptor, value)

Parameters

serverDescriptor
The OPC server involved in the operation.
itemDescriptor
The OPC item involved in the operation.
value
The value to be written.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also